import _m0 from "protobufjs/minimal";
export declare const protobufPackage = "snapchat.content";
export interface Asset {
    id: string;
    type: Asset_AssetType;
}
export declare enum Asset_AssetType {
    UNSET = 0,
    BLOOPS_STICKER = 1,
    MUSIC = 2,
    RAW_MEDIA = 3,
    CANVAS_STICKER = 4,
    BASE_MEDIA = 5,
    OVERLAY = 6,
    EDITS = 7,
    FIRST_FRAME = 8,
    THUMBNAIL = 9,
    CAMEO = 10,
    WEB_THUMBNAIL = 11,
    WEB_MEDIA = 12,
    LENS_ASSET = 13,
    VOICEOVER = 14,
    AVATAR_IMAGE = 15,
    SPECTACLES_SIXDOF = 16,
    PLAIN_MEDIA = 17,
    LENS_MEDIA = 18,
    LOCAL_BURN_IN_ASSET = 19,
    CAMERA_ROLL_INDEX = 20,
    UNRECOGNIZED = -1
}
export declare const Asset: {
    encode(message: Asset, writer?: _m0.Writer): _m0.Writer;
    decode(input: _m0.Reader | Uint8Array, length?: number): Asset;
    fromPartial<I extends {
        id?: string | undefined;
        type?: Asset_AssetType | undefined;
    } & {
        id?: string | undefined;
        type?: Asset_AssetType | undefined;
    } & Record<Exclude<keyof I, keyof Asset>, never>>(object: I): Asset;
};
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
    [K in keyof T]?: DeepPartial<T[K]>;
} : Partial<T>;
type KeysOfUnion<T> = T extends T ? keyof T : never;
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
    [K in keyof P]: Exact<P[K], I[K]>;
} & Record<Exclude<keyof I, KeysOfUnion<P>>, never>;
export {};
//# sourceMappingURL=asset.d.ts.map