/**
 * Get the file extension of value passed in.
 *
 * This hook is used to create URL aware of the backend. Practical to resolve assets.
 */
export declare const getFileExtension: (ext: string) => string;
//# sourceMappingURL=getFileExtension.d.ts.map