import get from "./get"; declare const schema: { get: typeof get; }; export default schema;