import { DdfCulture } from '.';
export interface IRetsObjectOptions {
    resource: string;
    type: string;
    contentId: string | string[];
    mime?: string;
    id?: string | undefined;
    withLocation?: boolean;
    culture?: DdfCulture;
}
