export declare function belongsToPart(parts: string[]): (name: string) => boolean;
export declare function partNames(filename: string): Promise<string[]>;
