UNPKG

projex

Version:
6 lines (5 loc) 194 B
export declare const backup: (site: string | undefined) => Promise<void>; export declare const getDirectoryFiles: ({ token, url }: { token: string; url: string; }) => Promise<string[]>;