export declare const createRequestFile: (hash: string) => Promise; export declare const signRequestFile: (pathRequestFile: string, urlTSA: string) => Promise; export declare const getTimestampFromResponse: (pathResponseFile: string) => Promise;