export declare function dirname(url?: string): string;
export declare function filename(url?: string): string;
