/** * Generates a buffer for a given size with pre-filled contents */ export declare function toBuffer(fileSize: string | number, contents: Buffer): Buffer; /** * Returns the dirname for a given URL */ export declare function dirname(url: string): string;