import { SalarySchemaRO } from '@escapenavigator/types/dist/user/salary-schema/salary-schema.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = SalarySchemaRO[]; export declare const getAllSchemas: ApiMethodDeclaration; export {};