import { ISailsTypeDef } from 'sails-js-types'; import { PayloadMethod } from './payload-method.js'; export declare const getJsTypeDef: (typeDef: ISailsTypeDef, payloadMethod?: PayloadMethod) => { type: string; imports: string[]; }; export declare const getScaleCodecDef: (type: ISailsTypeDef, asString?: boolean) => any;