/** * Defines a PrimaryColumn that has a prefixed nanoid generated BeforeInsert */ export declare const PrimaryGeneratedPrefixedNanoIdColumn: ((idPrefix: string, generateSuffix?: () => string) => PropertyDecorator) & { get(target: string | Function): { propertyName: string | symbol; } | undefined; };