export interface FileColumnOptions {
    bucketName?: string;
}
export declare function FileColumn(options?: FileColumnOptions): PropertyDecorator;
