export declare const getPoFiles: (params: {
    appName: string;
}) => {
    language: string;
    content: string;
}[];
