import { Resource_Top } from "@k8ts/instruments";
import { CDK } from "@k8ts/sample-interfaces";
export interface ServiceAccount_Props {
    automountToken?: boolean;
    imagePullSecrets?: string[];
}
export declare class ServiceAccount<Name extends string = string> extends Resource_Top<Name, ServiceAccount_Props> {
    get kind(): import("@k8ts/instruments").Kind.Kind<"", "v1", "ServiceAccount">;
    protected body(): CDK.KubeServiceAccountProps;
}
//# sourceMappingURL=service-account.d.ts.map