interface IOptions { resolver: string; gqlType: string; } export declare const Custom: (params: IOptions) => (target: object, columnName: string) => void; export {};