export declare function getBaseName(filePath: string): string; export declare function isObject(definitionSpec: any): boolean; export declare function randomKey(): string; export declare function getRp(specFilePath: string): string; export declare function fileExist(...pathName: string[]): boolean; export declare function isLongRunning(specItem: any): any; export declare function readPayloadFile(payloadDir: string, operationId: string): any; export declare function getPollingAttr(specItem: any): any; export declare function getPollingUrl(payload: any, specItem: any): string; export declare function updateExmAndSpecFile(example: any, newSpec: any, specFilePath: string, exampleName: string): any; export declare function referenceExmInSpec(specFilePath: string, apiPath: string, methodName: string, exampleName: string): any; //# sourceMappingURL=util.d.ts.map