import _m0 from "protobufjs/minimal";
export declare const protobufPackage = "snapchat.snapdoc";
export interface CaptureCharacteristics {
    flashOn: boolean;
    frontFacing: boolean;
}
export declare const CaptureCharacteristics: {
    encode(message: CaptureCharacteristics, writer?: _m0.Writer): _m0.Writer;
    decode(input: _m0.Reader | Uint8Array, length?: number): CaptureCharacteristics;
    fromPartial<I extends {
        flashOn?: boolean | undefined;
        frontFacing?: boolean | undefined;
    } & {
        flashOn?: boolean | undefined;
        frontFacing?: boolean | undefined;
    } & Record<Exclude<keyof I, keyof CaptureCharacteristics>, never>>(object: I): CaptureCharacteristics;
};
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=capture_characteristics.d.ts.map