import { ResourceCustomAttributes } from '../templates'; import { BaseServiceOptions } from '../infrastructure'; export declare class ProjectCustomAttributes extends ResourceCustomAttributes { constructor(options: BaseServiceOptions); }