import { IDocument } from "..";
export declare const getFileName: (document: IDocument | undefined, retainURLParams: boolean) => string;
