export declare function unlinkIfExists(filePath: string | null | undefined): Promise<void>;
