export declare const getInFile: (params: {
    appID: string;
}) => string;
