export interface LocalizedTerm {
    editedSuffix?: string;
    photosDir?: string;
    untitledDir?: string;
}
export declare const localizedTerms: Record<string, LocalizedTerm>;
export declare const photosDirs: string[];
export declare const untitledDirs: string[];
export declare const editedSuffices: string[];
