export declare type SubmissionContributor = {
    principalId: string;
    createdOn?: string;
};
