import { Codegen, Context } from './internal/codegen'; export interface PrivateLocationCheckAssignmentResource { privateLocationId: string; checkId: string; } export declare class PrivateLocationCheckAssignmentCodegen extends Codegen { describe(resource: PrivateLocationCheckAssignmentResource): string; prepare(logicalId: string, resource: PrivateLocationCheckAssignmentResource, context: Context): void; gencode(logicalId: string, resource: PrivateLocationCheckAssignmentResource, context: Context): void; }