import { MethodType } from './models'; /** * Get the signature of the function * @param methodType the type of the method * @param selector query selector * @returns the signature of the function */ export declare const getSignature: (methodType: MethodType, selector: string) => string; /** * Get the implementation of the function * @param methodType the type of the method * @param classPropSelector the selector class property * @returns the implementation of the function */ export declare const getImplementation: (methodType: MethodType, classPropSelector: string) => string; //# sourceMappingURL=helpers.d.ts.map