export type PushAppFileParmas = { app: string; dirname: string; filename: string; }; type PushFileFunc = () => Promise; export declare const useListApp: () => PushFileFunc; export {};