export declare const METADATA_REGEX: RegExp; export declare const MULTI_METADATA_REGEX: RegExp; export declare const MULTI_GLOBAL_REGEX: RegExp; export declare function getMetadataTableName(chainId: string): string; export declare function hashName(schema: string, type: string, tableName: string): string;