export declare const createClientComponentFilter: (extensions: string[]) => (importSource: string) => boolean;
export declare const createServerComponentFilter: (extensions: string[]) => (importSource: string) => boolean;
export default function transformSource(this: any, source: string): Promise<string>;
