/** * Get the file extension from a path / path segment without the dot */ export declare function getFileExtension(segment: string): string;