/** * @author WMXPY * @namespace Static * @description Action */ export declare const putStatic: (basePath: string, staticUniqueIdentifier: string, content: Buffer) => Promise; export declare const getStaticByUniqueIdentifier: (basePath: string, staticUniqueIdentifier: string) => Promise;