import { ArgType, NativeFunction } from "../../structures";
declare const _default: NativeFunction<[{
    name: string;
    description: string;
    rest: false;
    required: true;
    type: ArgType.Sticker;
}], true>;
export default _default;
//# sourceMappingURL=stickerOwnerID.d.ts.map