import { SerializedData } from '../../serialization/json.js';
export interface QueryAncestorReferenceV2026R0 {
    /**
     * The unique identifier of the ancestor entity. */
    readonly id: string;
    /**
     * The type of the ancestor entity. Possible value: folder. */
    readonly type: string;
    readonly rawData?: SerializedData;
}
export declare function serializeQueryAncestorReferenceV2026R0(val: QueryAncestorReferenceV2026R0): SerializedData;
export declare function deserializeQueryAncestorReferenceV2026R0(val: SerializedData): QueryAncestorReferenceV2026R0;
//# sourceMappingURL=queryAncestorReferenceV2026R0.d.ts.map