export interface OnBeforeReturnSet {
    onBeforeReturnSet(name: string, value: any, fullPath?: string[]): void;
}
export declare function isOnBeforeReturnSet(obj: any): obj is OnBeforeReturnSet;
//# sourceMappingURL=OnBeforeReturnSet.d.ts.map