/**
 * @returns Extension without leading period
 *
 */
export declare function getPlainExtname(filename: string): string;
