export declare type FieldDetails = {
    name: string;
    path?: string;
    alias?: string;
};
//# sourceMappingURL=type.d.ts.map