export declare const getSeparator: (size: number) => string;
export declare const verboseLog: (section: string, log?: () => void) => void;
