import { PropOptions } from '@nestjs/mongoose';
export type FileSchemaFieldOptions = PropOptions & {
    bucketName?: string;
};
export declare function FileSchemaField(options?: FileSchemaFieldOptions): PropertyDecorator;
